home *** CD-ROM | disk | FTP | other *** search
/ Multicollection 5 Soft 1997 / Multicollection 5 soft 1997 (Win NT 4.0 Work, Serv, OS2).iso / nt40_wrk / classes.zi_ / CLASSES.ZIP / java / io / InterruptedIOException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-08-23  |  392 b   |  13 lines

  1. package java.io;
  2.  
  3. public class InterruptedIOException extends IOException {
  4.    public int bytesTransferred;
  5.  
  6.    public InterruptedIOException() {
  7.    }
  8.  
  9.    public InterruptedIOException(String var1) {
  10.       super(var1);
  11.    }
  12. }
  13.